home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / circuits / pcb-1.000 / pcb-1 / pcb-1.3 / README_FILES / README < prev    next >
Text File  |  1995-02-19  |  3KB  |  87 lines

  1. Pcb is a handy tool for the X Window System build to design
  2. printed circuit boards. All coordinate units are 1/1000 inch.
  3. For details see the manual.
  4.  
  5.  
  6.                             COPYRIGHT
  7.  
  8.   PCB, interactive printed circuit board design
  9.   Copyright (C) 1994, 1995 Thomas Nau
  10.  
  11.   This program is free software; you can redistribute it and/or modify
  12.   it under the terms of the GNU General Public License as published by
  13.   the Free Software Foundation; either version 2 of the License, or
  14.   (at your option) any later version.
  15.  
  16.   This program is distributed in the hope that it will be useful,
  17.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  18.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19.   GNU General Public License for more details.
  20.  
  21.   You should have received a copy of the GNU General Public License
  22.   along with this program; if not, write to the Free Software
  23.   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  24.  
  25.   Contact addresses for paper mail and Email:
  26.   Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
  27.   Thomas.Nau@rz.uni-ulm.de
  28.  
  29.  
  30. The parent holds all the source files to compile pcb. The only
  31. requirements are:
  32.  
  33. 1. An installation of X11 including header files and the athena
  34.    widget library (HP users that means you) and. X11R5 is highly
  35.    recommended.
  36.  
  37. 2. An ANSI compiler (eg GCC) and maybe a newer version of bison and flex
  38.    as a replacement for yacc and lex. See 'Problems' in the manual.
  39.  
  40. 3. A 'long' filesystem
  41.  
  42. 4. TeX, texindex and dvips to build postscript versions of the
  43.    manuals.
  44.  
  45.  
  46. For installing the release refer to the file 'INSTALL'.
  47. For additional information to the manual 'pcb.man' or the texinfo file
  48. 'pcb.texi'.
  49.  
  50. If you are updating read the files Whats_new_in_*
  51.  
  52. Files:
  53.     *.[chyl]               source file of the distribution
  54.     default_font           default font file
  55.     Pcb.ad.raw             template for default resources for application
  56.     pcb.man.raw            man-page-template
  57.     Imakefile              Imakefile of the distribution
  58.     create_sed_script.sh   called from Makefile to create a man page which
  59.                            matches the defined directories
  60.     doc                    documentation for the default configuration.
  61.     doc/texinfo.tex        needed if your SysAdmin hasn't installed the
  62.                            GNU TeXInfo package.
  63.     example/*              a demo layout (68HC11 module with 128kB RAM)
  64.                            scematics in xfig format
  65.     packages/*             some packages
  66.     circuits/*             example files for elements
  67.     README_FILES/*         this file, 'how to install',
  68.                            a copy of the GNU Public License,
  69.                            information
  70.  
  71. There is also a mailing list for publishing bugs, libraries ...
  72. Send mail to
  73.     pcb-request@pluto.medizin.uni-ulm.de
  74. to subscribe.
  75.  
  76. Please mail all bug reports, suggestions, additional features and element
  77. file which you've created to
  78.  
  79.     Thomas.Nau@rz.uni-ulm.de
  80.  
  81. so they can be inserted into following releases.
  82.  
  83.  
  84. Have fun,
  85.  
  86. Thomas
  87.